home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / packet / 7pl215sr / 7plh_old.nts < prev    next >
Text File  |  1994-01-09  |  11KB  |  304 lines

  1.  
  2. v1.4:
  3. -----
  4.       Finally 7PLUS runs on AMIGA as well (correcting wouldn't work).
  5.       Compatibility to systems with filename structures different to
  6.       MS_DOS/ATARI added.
  7.       -J, -P and -T option added.
  8.  
  9.       Several minor bug-fixes.
  10.  
  11. v1.41/1.43:
  12. -----------
  13.       Bug in -J option fixed.
  14.       When prompted for new filename, ENTER would not break. Fixed.
  15.  
  16. v1.5:
  17. -----
  18.       Compatibility to UNIX-based systems.
  19.       When decoding and a COR-file is already present, 7PLUS will do
  20.       the correction first.
  21.       -J option can now do multiple joining.
  22.       -X can now extract selected files.
  23.       -N option added (Atari_St only).
  24.       -Y option added for automated surroundings.
  25.       -# option for use of 7PLUS in BBS file servers.
  26.       Minichecksum added to headers.
  27.       Checksum added to ERR- and COR-files.
  28.       Length of original file added to ERR- and COR-files to insure, only
  29.       the correct original file is used for compiling COR-Files.
  30.       Manuals given a good workover. Detailed chapters about up- and down-
  31.       loading added to help newcomers.
  32.  
  33.       Changes in headers a/s/o are still compatible with older versions
  34.       and vice versa.
  35.  
  36.       Bugs fixed, that were present since v1.0, but never detected:
  37.       -------------------------------------------------------------
  38.  
  39.       1st bug:
  40.       --------
  41.       When encoding a file using the -S option, 7PLUS would fail when
  42.       the encoded file was shorter then the number of lines specified.
  43.  
  44.       Example:
  45.                TEST.TXT is 1024 bytes long which will result in 17 code
  46.                lines. If encoded with '-S 40', 7PLUS wouldn't decode it,
  47.                because it found lines 18 through 40 missing...
  48.  
  49.       2nd bug:
  50.       --------
  51.       When splitting a file whose length can be devided through 62 without
  52.       a rest, 7PLUS would leave the last part empty, when the number of re-
  53.       sulting lines could be devided evenly through the number of parts.
  54.  
  55.       Example:
  56.                TEST.TXT is 3100 bytes long. If encoded into 2 equal parts
  57.                using '-SP 2', 7plus would leave the second part empty,
  58.                containing only the header and the foot line.
  59.  
  60.  
  61.       These bugs manifested themselves only in rare cases, but versions
  62.       prior to v1.5 should be replaced by the v1.5 anyway.
  63.  
  64. v1.6:
  65. -----
  66.       Added rebuild.c. Now one-byte errors are automatically corrected. For
  67.       this, an additional 15bit-checksum was added to the header and each
  68.       code line.
  69.       Due to the additional checksum, v1.6 files can only be decoded with
  70.       version 1.4 and higher. V1.3 and lower will report all lines damaged!
  71.  
  72.       Found minor bugs in stripping normal CRC to 14 Bit '&0x1fff' instead of
  73.       '&0x3fff' .... embarassing...
  74.  
  75.       Also, minichecksum took wrong offset to header, so CRC was not calcula-
  76.       ted.
  77.  
  78. v1.61:
  79. ------
  80.       Optimized rebuild.c for speed. Now runs 40% faster. Also, a message is
  81.       output, telling which line has been rebuilt.
  82.  
  83. v1.62:
  84. ------
  85.       Had to make some changes in the handling of extended filenames on
  86.       AMIGA and UNIX. The changes are unfortunately not compatible to
  87.       previous versions, sorry...
  88.       A bit of cosmetics done on 'rebuild'-outputs.
  89.  
  90. v1.63:
  91. ------
  92.       Due to a bug inserted by DL4ZBH, where there was none, v1.63 was neces-
  93.       sary to be able to redistribute the AMIGA-version.
  94.       However it's identical with the v1.62...
  95.  
  96. v1.70:
  97. ------
  98.       test_file() now asks for 'yes', 'no' and 'always'. This is practical,
  99.       when reencoding a file without manually erasing the encoded files
  100.       created earlier.
  101.  
  102.       Rebuilding of header did not work when a space character was missing.
  103.       The space character is not part of the 7PLUS-code, so rebuild() never
  104.       tried to put it in the header... fixed.
  105.  
  106.       When decoding, the output-file is not closed after each decoded part
  107.       and re-opened before the next part. This save quite some time, because
  108.       the write buffer does not need to be flushed as often as before.
  109.  
  110. v2.00:
  111. ------
  112.       7PLUS now works with metafiles. This increases the speed of executing
  113.       COR-files extremely.
  114.  
  115.       Splitting of CORs.
  116.  
  117.       Multiple COR-handling.
  118.  
  119.       extract() now also extracts info files that accompany 7PLUS-files.
  120.       In the UK, there is a strange BBS that keeps stripping the first
  121.       space of the 7PLUS file headers. extract will now automatically
  122.       add the missing space character.
  123.  
  124.       7PLUS-files can now also be used as COR-files (-C).
  125.  
  126.       Recreating ERRs from metas.
  127.  
  128.       7PLUS can clean up behind itself now (-K).
  129.  
  130.       Adding of head- and foot-text to 7PLUS-files (-TP).
  131.  
  132.       Timestamp of original file is kept.
  133.  
  134.       Pepped up some of the screen-outputs.
  135.  
  136.       When joining error reports, 7PLUS will not stop if one ERR-file is
  137.       missing in line. Same goes for CORs.
  138.  
  139.       And lot's of minor stuff...
  140.  
  141. v2.01:
  142. ------
  143.      Found a slight bug in join(). It kept on looking for the next ERR in
  144.      line, even if there were no more. This meant, that after execution
  145.      of join, there was a delay of abt 10 seconds.
  146.  
  147.      DL1XAO @DB0AGM.DEU.EU (920622)
  148.      {
  149.        Due to some differences in the behaviour of scanf() on the Atari,
  150.        the statements '%X' had to be changed to '%lX'.
  151.  
  152.        Quick-extract: Files that have the extension '.x' will automatically
  153.        be run through the 7PLUS extractor when doubleclicked on.
  154.        /* This will also work when compiled on other systems! (Axel) */
  155.  
  156.        Modifying filelengths is not supported by TOS, therefore, an index file
  157.        (*.7ix) will be created along with every meta file.
  158.  
  159.        When prompted for new filename, ENTER wouldn't break. We had that one
  160.        before, didn't we??  :-)
  161.      }
  162.  
  163.      Because of the handling of the metafiles, 7PLUS requires abt 24K of
  164.      room on the stack to run properly!  Forgot to mention this with the
  165.      v2.00... sri
  166.  
  167. v2.02:
  168. ------
  169.      Please! Don't hit me!
  170.      I hope, this would not happen, but it did...
  171.  
  172.  
  173.      Thanks to Uli DF7SC, two bugs have been found in the V2.00 and v2.01:
  174.  
  175.      Bug 1: decode()
  176.  
  177.      If the line before the last line in the last file was corrupted, the
  178.      last line was always written with a length of 62 bytes. Fixed.
  179.  
  180.      Bug 2: correct() (only occures on systems that do not use chsize())
  181.  
  182.      If the last line of the last file was missing, sometimes chsize()
  183.      didn't work. chsize() would act as if it DID change the filessize,
  184.      and did not report an error, even if it failed. This bug may only be
  185.      true with Borland's compilers.. Fixed.
  186.  
  187. v2.03:
  188. ------
  189.      Another bug related to the last line of a file (reported by DF7SC,
  190.      unfortunately he forgot to report it the first time :-<)
  191.  
  192.      This bug is present since version 1.60.
  193.  
  194.      decode()
  195.  
  196.      If the last line of a file is corrupted in a way that it still has
  197.      the right length and more than one character is incorrect, the line
  198.      would not be reported as corrupt.
  199.      If it was the last line of the last file, the metafile had an incorrect
  200.      length and 7PLUS reported 'Decoded file has wrong length..'.
  201.      Fixed.
  202.  
  203.      Requirements on stack space are back to normal. The struct m_index is
  204.      now allocated space on the heap, rather than on the stack.
  205.  
  206.      921015: Official release of 7PLUS v2.03
  207.  
  208. v2.04:
  209. ------
  210.      Oh, I hate getch() and getc()!
  211.      If prompted for overwrite twice, answering 'n' the second time, the
  212.      extraction is terminated.. Added a fflush() to make sure, the keyboard
  213.      buffer is empty.
  214.      On the AMIGA, the input routine has been completely changed.
  215.  
  216.      Hans, DD3IF, managed to add set_filetime() for the AMIGA. Now, 7PLUS
  217.      will also read and set timestamps correctly on an AMIGA system.
  218.  
  219.      921215: Official release of 7PLUS v2.04
  220.  
  221. v2.05:
  222. ------
  223.      With the help of Martin DG1ECN @DB0IZ.DEU.EU, 7PLUS now also runs under
  224.      OS9/68K.
  225.  
  226.      When screen output is redirected to a file, output is now less verbose
  227.      and does not print over the same line repeatedly.
  228.  
  229.      '-J':
  230.      When encoding, 7PLUS will write all parts into a single file.
  231.      The filename of the combined file is assigned '.upl' (upload) for an
  232.      extension. When using this option in conjunction with the '-TB' option,
  233.      make sure the BBS is able to process such a combined upload.
  234.  
  235.      '-SYSOP' option added. Forces 7PLUS to decode, even if parts are missing!
  236.      Use only when UNAVOIDABLE!!!! Bear in mind that you may produce HUGE ERR
  237.      files!
  238.  
  239. v2.06:
  240. ------
  241.      Finally have EMX/GCC for OS/2 running. Made adjustments. GCC/EMX has
  242.      chsize() but I doesn't work. EMX/GCC has utime(), but I doesn't work
  243.      either. Compiled with EMX/GCC, 7PLUS is really FAST, much faster than
  244.      with MSC.
  245.  
  246.      7PLUS will also compile with the IBM C Set/2 & Developper's Toolkit/2 and
  247.      Borland C++ for OS/2.
  248.  
  249. v2.10:
  250. ------
  251.      Only MSDOS & OS/2:
  252.      When displaying the help info, 7PLUS will only output as many lines as
  253.      fit onto the screen and then ask for a keystroke.
  254.  
  255.      Timestamping with utime() should work on all systems (that have it)
  256.      correctly. Different timezones should not cause problems any more.
  257.  
  258.      When correcting a metafile using regular 7PLUS files (*.p??), 7PLUS
  259.      will look for the appropriate parts by itself if invoked this way:
  260.  
  261.       7PLUS FILE.7MF -C
  262.  
  263.      If part 5, 10 and 32 are required to do the correction, 7PLUS will
  264.      look for and use FILE.P05, FILE.P0A and FILE.P20 automatically.
  265.      This is much less fuss than doing:
  266.  
  267.       7PLUS FILE.P05 -C
  268.       7PLUS FILE.P0A -C
  269.       7PLUS FILE.P20 -C
  270.  
  271.      If a metafile is already present, 7PLUS will now automatically check for
  272.      the presence of COR-files AND regular 7PLUS parts that could be used for
  273.      the correction!
  274.  
  275.      Thus, calling 7PLUS this way:
  276.  
  277.       7PLUS FILE
  278.  
  279.      will do practically everything automagically.
  280.  
  281.      7PLUS will now accept hex values with options that expect numerical
  282.      values.
  283.  
  284.       7PLUS FILE.EXE -S 0x44
  285.  
  286.      does the same as
  287.  
  288.       7PLUS FILE.EXE -S 68
  289.  
  290.      Hex values must be preceded by '0x' to identify them as hex.
  291.      Octals will work as well, but must only be preceded by '0'.
  292.  
  293.      Doing
  294.  
  295.       7PLUS FILE.TXT -S -R 5
  296.      
  297.      caused 7PLUS to ignore '-R'. Fixed.
  298.  
  299.      '-TB':
  300.      If no format file is specified along with '-TB', 7PLUS will look for
  301.      'format.def' by default.
  302.  
  303.  
  304.